@charset "UTF-8";
/********* CSS Document ************/
Another table-less css project
Title: Keeping Fish Squeeze Page
Date: March 2010
Author: EasyNichePLR
URL: http://EasyNichePLR.com
/***********************************/

*{ padding:0; margin:0; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #010D1F;
	background-image: url(images/bodybg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* IMPORTANT! */
	color: #000000;
}
h1, h2, h3, p {
	margin-top: 0;
}
h1 {
	text-align: center;
}
UL
{
	margin: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	clear: both;
}
LI {
	padding: 2px 0px 15px 30px;
	background-image: url(images/bullet_sm.jpg);
	background-repeat: no-repeat;
	font-style: italic;
}
#wrapper {
	width: 1200;  /*  859px;  */
	background-image: url(images/wrapperbg.jpg);
	background position: top middle;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 1200px;
	height: 200px;
	background-image: url(images/squeeze-hdr.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	border: 0px solid #000000;
}
#content {
	width: 1200px;
	background-image: url(images/squeeze-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	border: 0px solid #000000;
}
#optin_container {
	background-image: url(images/squeeze-optinbg.jpg);
	/* margin-left: 20px; */
	/* margin-top: 150px; */
	margin-right: 250px; 
	width: 356px;
	background-repeat: repeat-y;
	float: right;
}
#optin {
	width: 304px;
	margin: auto;
}
#optin p {
	font-size: 12px;
}
#optin_top {
	width: 356px;
	height: 25px;
	background-image: url(images/squeeze-optintop.jpg);
	background-repeat: no-repeat;
}
#optin_bottom {
	width: 356px;
	height: 26px;
	background-image: url(images/squeeze-optinbottom.jpg);
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	width: 1200px;
	height: 254px;
	background-image: url(images/squeeze-footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	clear: both;
	border: 0px solid #000000;
}
#footer a {
	font-size: 9px;
	margin: 0px;
	color: #0a2750;
}
#footer p {
	font-size: 9px;
	margin: 0px;
	padding-top: 50px;
	color: #444f5e;
}
input[type="text"]
{
    font-size: 20px;
    display: block;
    padding: 4px;
	clear: both;
	margin-left: 0px;
	margin-bottom: 10px;
	border: solid 1px #8d8d8d;
    width: 293px;
	height: 25px;
    background-image: url( 'images/formgradient.jpg' );
    background-repeat: repeat-x;
    background-position: top;
}
.headline {
	font-size:40px;
	color: #F00;
	text-align: center;
	margin-right:80px;
	padding-top: 20px;
	text-transform: uppercase;
}
.subhead {
	font-size:32px;
	color: #000;
	text-align: center;
	margin-left:80px;
	margin-right:80px;
	padding: 15px 0 20px 10px;
}
.intro {
	font-size:14px;
	margin-left:30px;
	font-weight:bold;
}
.copy {
	font-size:14px;
	margin-left:65px;
	margin-right:125px;
}
.disclaimer {
	font-size: 10px;
	color:#666;
	text-transform: uppercase;
}
.nospam {
	font-size: 10px;
	color:#666;
	text-align: center;
}
.ctrimage {
	text-align: center;
	margin: 0;
}
.ecover {
	float:left;
	margin-left: 170px;
}